MediaSampleDescriptionChanged
TheMediaSampleDescriptionChanged
function allows the Movie Toolbox to inform your media handler that itsSetMediaSampleDescription
function has been called for a specified sample description.
pascal ComponentResult MediaSampleDescriptionChanged (ComponentInstance ci, long index);
ci
- Identifies the Movie Toolbox's connection to your derived media handler.
index
- Specifies the index of the sample description that has been changed.
DESCRIPTION
If your media handler caches sample description structures for any reason, it should support theMediaSampleDescriptionChanged
function so that it will know when to update or invalidate the contents of that cache.RESULT CODES
Any Component Manager result code
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help